From 7df3de52bd05bd161d6a9fbbb6912bae57bd4168 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 11 Jul 2018 17:07:52 +0200 Subject: [PATCH] babl: export symbol model_with_space --- babl/babl-internal.h | 2 -- babl/babl.h | 3 +++ export-symbols | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/babl/babl-internal.h b/babl/babl-internal.h index 2a0094d..b857a65 100644 --- a/babl/babl-internal.h +++ b/babl/babl-internal.h @@ -337,8 +337,6 @@ static inline double babl_parse_double (const char *str) const Babl * babl_remodel_with_space (const Babl *model, const Babl *space); -const Babl * -babl_model_with_space (const char *name, const Babl *space); Babl * _conversion_new (const char *name, int id, diff --git a/babl/babl.h b/babl/babl.h index 23786e5..405a06e 100644 --- a/babl/babl.h +++ b/babl/babl.h @@ -177,6 +177,9 @@ int babl_format_exists (const char *name); */ const Babl * babl_format_with_space (const char *name, const Babl *space); +const Babl * +babl_model_with_space (const char *name, const Babl *space); + /* * babl_format_get_space: * diff --git a/export-symbols b/export-symbols index f9674f7..df63f41 100644 --- a/export-symbols +++ b/export-symbols @@ -31,6 +31,7 @@ babl_init babl_introspect babl_malloc babl_model +babl_model_with_space babl_model_new babl_new_palette babl_palette_reset -- 2.30.2